func golang.org/x/net/internal/httpsfv.isSP
4 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L33: func isSP(b byte) bool {
httpsfv.go#L144: if len(rest) == 0 || (rest[0] != ')' && !isSP(rest[0])) {
httpsfv.go#L420: if !isVChar(ch) && !isSP(ch) {
httpsfv.go#L581: if !isVChar(ch) && !isSP(ch) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)